home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-aaec2000 / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  194 b   |  10 lines

  1. #
  2. # Makefile for the linux kernel.
  3. #
  4.  
  5. # Common support (must be linked before board specific support)
  6. obj-y += core.o clock.o
  7.  
  8. # Specific board support
  9. obj-$(CONFIG_MACH_AAED2000) += aaed2000.o
  10.